home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nautilus 1992 July
/
Nautilus-3-8
/
Nautilus-3-8.bin
/
Tools & Utilities
/
Techy Stuff
/
Source ƒ
/
Dragonsmith 1.0b2
/
TestTest.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-05
|
354 b
|
15 lines
/*
TestTest.c
Add this file to the Dragonsmith.debug.╣ project to test the Dragon class (which can't be done
in the dragon projects because they use Dragonsmith.╣ and Dragonsmith.debug.╣ as libraries, hence
the source files Dragon.c etc. aren't available for debugging)
*/
#include "Dragon.h"
Dragon *CreateGDragon (void)
{
return new Dragon;
}